翻訳と辞書
Words near each other
・ Write Bloody Publishing
・ Write Brothers
・ Write buffer
・ Write combining
・ Write It in Stone
・ Write It on Your Skin
・ Write It on Your Skin (song)
・ Write Me a Letter
・ Write Me a Murder
・ Write Me Back
・ Write On
・ Write On (album)
・ Write On (TV series)
・ Write once
・ Write once read many
Write once, compile anywhere
・ Write once, run anywhere
・ Write or Die
・ Write out
・ Write precompensation
・ Write protection
・ Write strategy
・ Write the Future
・ Write This Down
・ Write This Down (album)
・ Write This Down (band)
・ Write This Down (song)
・ Write to Death
・ Write You a Song
・ Write Your Own History


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Write once, compile anywhere : ウィキペディア英語版
Write once, compile anywhere

Write once, compile anywhere (WOCA) is a philosophy taken by a software platform which refers to a capability of writing a computer program that can be compiled on all platforms without the need to modify its source code. As opposed to Sun's ''write once, run anywhere'' slogan, cross-platform compatibility is implemented only at the source code level, rather than also at the compiled binary code level.
There are many languages that follow the WOCA philosophy, such as C++, Pascal (see Free Pascal), Ada or C, on condition that they don't use functions beyond those provided by the standard library. Languages like Go go even further in as far that no system specific things are used, it should just work, and for system-specific elements a system of platform-specific files is used. A computer program may also use cross-platform libraries, which provide an abstraction layer hiding the differences between various platforms, for things like sockets and GUI, ensuring the portability of the written source code. This is e.g. supported by Qt or the Lazarus IDE via its LCL and corresponding widgetsets.
==See also==

*Porting
*Cross-platform
*Pivot language

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Write once, compile anywhere」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.